PDF4Java Reference Documentation
com.o2sol.pdf4java.core.cos Package / PDFCosArray Class / remove Method
The object to remove from the array.
In This Topic
    remove Method
    In This Topic
    Removes the first occurrence of a specific object from the array.
    Syntax
    public void remove( 
       PDFCosObject obj
    )

    Parameters

    obj
    The object to remove from the array.
    See Also